home *** CD-ROM | disk | FTP | other *** search
-
- MOVE.COM Utility to move files
- 10 Apr 86
- Ver 1.3
-
- Works under: MS-DOS Ver 2.11 and PC-DOS Ver 2.1
- By: Jay B. Harlow
- Assembled: under MASM 4.00
- also assembles under MASM 3.01
- Improvements planned: Be able to move entire trees (using recursion)
-
- This is a simple utility for MS-DOS, which moves files from one location
- to another location.
-
- By location I mean from one disk to another disk, one directory to another
- directory, or simple renameing the file inside the current directory.
-
- A few things that are done that some may not like include
- Not renameing a directory entry, I move the entries in that
- directory instead.
-
- Going to the current drive and directory when a destination is
- not given.
-
- Printing out all of the files that are moved. (much like copy)
-
- Moving standard files only. (I all but ignore hidden, system, and
- other file types)
-
- Known problem of blowing up if your machine has under 6K bytes
- of memory available when MOVE is run.
-
- Any comments or suggestion would be helpful.
-
-
- Files in this package.
-
- 186INST.MAC Include file of Macros for 186 Instruction set.
- CHAR.DEF Include file of Control Character definations.
- DOS.MAC Include file of Macros to call DOS.
- MOVE Makefile to Assemble MOVE.COM.
- MOVE.ASM MASM Source to MOVE.COM.
- MOVE.COM Executable program.
- MOVE.MAN Manual Page to MOVE.COM.
- READ.ME This file.
-
-